home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw.zip / NETROM < prev    next >
Text File  |  1991-09-18  |  14KB  |  351 lines

  1. ======                                              NOSview [137]
  2. netrom
  3. ======
  4.  
  5. _________________________________________________________________
  6. netrom acktime [<millisecs>]                        Default: 3000
  7. _________________________________________________________________
  8. Display or set the NET/ROM acknowledge timer.  (This is analagous
  9. to the AX.25 T2 timer).
  10.  
  11. >> Example:  netrom acktime 3000
  12.  
  13.  
  14. ________________________________________________________________
  15. netrom bcnodes <interface>
  16. ________________________________________________________________
  17. Set the interface to be used for NET/ROM routing table
  18. broadcasts.
  19.  
  20. >> Example:  netrom bcnodes tnc0
  21.  
  22.  
  23. _________________________________________________________________
  24. netrom connect <node_callsign>|<node_alias>
  25. _________________________________________________________________
  26. Make an ordinary NET/ROM connection to another NET/ROM node
  27. (which may be an ordinary NET/ROM, or may be the NET/ROM node at
  28. another NOS station).
  29.  
  30. The target node may be specified as a callsign or as a NET/ROM
  31. alias.
  32.  
  33. >> Examples:  netrom connect NR9ABC-2
  34.               netrom connect #PARIS
  35.  
  36.  
  37. _________________________________________________________________
  38. netrom choketime [<millisecs>]                    Default: 180000
  39. _________________________________________________________________
  40. Display or set the NET/ROM choke time.  This is the time to wait
  41. before breaking a send choke condition.
  42.  
  43. >> Example:  netrom choketime 100000
  44.  
  45.  
  46. _________________________________________________________________
  47. netrom derate [on|off]                                Default: on
  48. _________________________________________________________________
  49. Display or set the NET/ROM derate mode.  This is an experimental
  50. command to attempt to overcome the severe NET/ROM limitation of
  51. single-path-only operation.  That is, normal NET/ROM only tries
  52. alternative routes for traffic IF a link actually fails.
  53.  
  54. If derate is set to 'on' and retries on a particular link occur,
  55. the NET/ROM quality for the link will be slowly reduced.  If then
  56. another path gets to have a better quality, that path is
  57. attempted.
  58.  
  59. >> Example:  netrom derate on
  60.  
  61.  
  62. _________________________________________________________________
  63. netrom interface <interface> <alias> <quality>
  64. _________________________________________________________________
  65. The 'netrom interface' command specifies an <interface> to be
  66. used for NET/ROM, together with the NET/ROM node <alias> and
  67. <quality>.
  68.  
  69. The <alias> is a string of up to six characters, and is the name
  70. by which the node is known to other NET/ROM stations.  There are
  71. no hard and fast rules for choosing an alias name, but ideally it
  72. should contain the letters "IP" or "TCP", or start with a "#", to
  73. make it clear to other users that this is not an ordinary NET/ROM
  74. node.  A suggested convention is to incorporate the last half of
  75. your IP address, expressed in hexadecimal, into the alias.
  76.  
  77. The <quality> is the default quality for incoming NET/ROM
  78. broadcasts (and is also the default quality for stations added to
  79. the node filter list).
  80.  
  81. >>  Example:  netrom interface tnc0 #BOB 191
  82.  
  83.  
  84. _________________________________________________________________
  85. netrom irtt [<millisecs>]                          Default: 15000
  86. _________________________________________________________________
  87. Display or set the NET/ROM Initial Round Trip Timer.
  88.  
  89. >> Example:  netrom irtt 5000
  90.  
  91.  
  92. _________________________________________________________________
  93. netrom kick <&CB>
  94. _________________________________________________________________
  95. Kick the NET/ROM session with control block address <&CB>.
  96.  
  97. >> Example:  netrom kick 86780008
  98.  
  99.  
  100. _________________________________________________________________
  101. netrom load
  102. _________________________________________________________________
  103. Load the NET/ROM routing table (N:\NETROM.SAV), saved earlier
  104. with the 'netrom save' command.
  105.  
  106.  
  107. _________________________________________________________________
  108. netrom minquality [<n>]                               Default: 10
  109. _________________________________________________________________
  110. Display or set the minimum acceptable quality of incoming NET/ROM
  111. broadcasts.  <n> must be in the range 1 to 255.
  112.  
  113. >> Example:  netrom minquality 10
  114.  
  115.  
  116. _________________________________________________________________
  117. netrom nodefilter
  118. _________________________________________________________________
  119. Display the node filter list.
  120.  
  121. >> Example of 'netrom nodefilter' display output:
  122. .....................................................
  123. : NS9GWA-5  tnc0      10    NS9GWB-5  tnc0      100 :
  124. :...................................................:
  125.  
  126.  
  127. _________________________________________________________________
  128. netrom nodefilter add <neighbour_callsign> <interface>
  129.                                            [<quality>]
  130. _________________________________________________________________
  131. Add a node to the node filter list.
  132.  
  133. The default value of <quality> is the quality value assigned in
  134. the 'netrom interface' command.
  135.  
  136. >> Example:  netrom nodefilter add NR9AAA-2 tnc0 20
  137.  
  138.  
  139. _________________________________________________________________
  140. netrom nodefilter drop <neighbour_callsign> <interface>
  141. _________________________________________________________________
  142. Remove a node from the node filter list.
  143.  
  144. >> Example:  netrom nodefilter drop NR9AAA-2 tnc0
  145.  
  146.  
  147. _________________________________________________________________
  148. netrom nodefilter mode [none|accept|reject]       Default: accept
  149. _________________________________________________________________
  150. Display or set the node filter mode.  The settings are:
  151.  
  152. none:    No filtering.  The filter is ignored.
  153.  
  154. accept:  Only nodes in the nodefilter list will be heard by the
  155. node.
  156.  
  157. reject:  Nodes in the nodefilter list will be rejected.  This is
  158. used to disable a path to a neighbouring node; useful if there
  159. are several paths and you do not want to use a specific one.
  160.  
  161. >> Example:  netrom nodefilter mode accept
  162.  
  163.  
  164. _________________________________________________________________
  165. netrom nodetimer [<seconds>]                           Default: 0
  166. _________________________________________________________________
  167. Display or set the NET/ROM route update broadcast interval.
  168.  
  169. >> Example:  netrom nodetimer 1800   (for half-hourly broadcasts)
  170.  
  171.  
  172. _________________________________________________________________
  173. netrom obsotimer [<seconds>]                           Default: 0
  174. _________________________________________________________________
  175. Display or set the NET/ROM obsolescence timer, which indicates
  176. how long the entries will remain alive in the NET/ROM routing
  177. table.
  178.  
  179. A new or refreshed entry in the table has a time-to-live (TTL)
  180. count of 6.  Each time the obsotimer expires, the TTL count is
  181. decremented by one.  If node information is not refreshed, the
  182. entry will eventually disappear when the TTL count falls to zero.
  183.  
  184. >> Example:  netrom obsotimer 1200        (for a 2-hour lifetime)
  185.  
  186.  
  187. _________________________________________________________________
  188. netrom promiscuous [on|off]                          Default: off
  189. _________________________________________________________________
  190. Display or set NET/ROM "promiscuous" mode.  This determines
  191. whether or not the node will listen to all routing table
  192. broadcasts, irrespective of quality.
  193.  
  194. >> Example:  netrom promiscuous on
  195.  
  196.  
  197. _________________________________________________________________
  198. netrom qlimit [<bytes>]                             Default: 2048
  199. _________________________________________________________________
  200. Display or set the maximum number of bytes on the NET/ROM receive
  201. queue.  This is the threshhold at which the sender is choked.
  202.  
  203. >> Example:  netrom qlimit 1024
  204.  
  205.  
  206. _________________________________________________________________
  207. netrom reset <&CB>
  208. _________________________________________________________________
  209. Reset the NET/ROM session with control block address <&CB>.  Use
  210. the 'netrom status' command to obtain the control block address.
  211.  
  212. >> Example:  netrom status 86780008
  213.  
  214.  
  215. _________________________________________________________________
  216. netrom retries [<n>]                                  Default: 10
  217. _________________________________________________________________
  218. Display or set the maximum number of connect and disconnect
  219. retries.
  220.  
  221. >> Example:  netrom retries 5
  222.  
  223.  
  224. _________________________________________________________________
  225. netrom route
  226. _________________________________________________________________
  227. Display the NET/ROM routing table.  Entries are of the form
  228. <alias>:<callsign>.
  229.  
  230. >> Example of 'netrom route' output:
  231. .................................
  232. : #LIZ:NS9LIZ-5   #JIM:NS9JIM-5 :
  233. :...............................:
  234.  
  235.  
  236. _________________________________________________________________
  237. netrom route add <alias> <target_callsign> <interface> <quality>
  238.                                             <neighbour_callsign>
  239. _________________________________________________________________
  240. Add an entry to the NET/ROM routing table.
  241.  
  242. The <alias> and <target_callsign> apply to the station at the
  243. eventual destination of the route.
  244.  
  245. The <neighbour_callsign> is the callsign of the local NET/ROM
  246. node to which packets will be sent first on their journey to the
  247. target.
  248.  
  249. >> Example:  netrom route add #GWA NS9GWA-5 tnc0 192 NR9AAA-2
  250.  
  251.  
  252. _________________________________________________________________
  253. netrom route drop <target_callsign> <neighbour_callsign>
  254.                                                       <interface>
  255. _________________________________________________________________
  256. Remove an entry from the NET/ROM routing table.
  257.  
  258. >> Example: netrom route drop NS9GWA-5 NR9AAA-2 tnc0
  259.  
  260.  
  261. _________________________________________________________________
  262. netrom route info <target_callsign>
  263. _________________________________________________________________
  264. Display NET/ROM routing information.  The output includes the
  265. quality, TTL, interface and neighbouring NET/ROM node.  Permanent
  266. routes which have been manually entered are indicated with a "P".
  267.  
  268. >> Example of output from 'netrom route info NS9GWA-5':
  269. ..................................
  270. : P  50    6  tnc0      NR9AAA-2 :
  271. :................................:
  272.  
  273.  
  274. _________________________________________________________________
  275. netrom save
  276. _________________________________________________________________
  277. Save the current NET/ROM routing table in N:\NETROM.SAV.
  278.  
  279.  
  280. _________________________________________________________________
  281. netrom status [<&CB>]
  282. _________________________________________________________________
  283. Display NET/ROM status.
  284.  
  285. The 'netrom status' command without a control block parameter
  286. <&CB> displays the general status.
  287.  
  288. >> Example of 'netrom status' output:
  289. ................................................................
  290. :      &CB Snd-W Snd-Q Rcv-Q    LUser   RUser @Node    State   :
  291. : 86780008     0     0     0  NS9BOB-5               Listening :
  292. :..............................................................:
  293.  
  294. When a control block address is supplied, a more detailed
  295. outputis produced.
  296.  
  297. >> Example of output from the command 'netrom status 86780008':
  298. .........................................................
  299. : Local: NS9BOB-5 0/0 Remote:  @  0/0 State: Listening  :
  300. : Window: 0     Rxpect: 0     RxNext: 0     RxQ: 0      :
  301. :  Unack: 0     Txpect: 0     TxNext: 0     TxQ: 0      :
  302. : TACK: stop/0 ms; TChoke: stop/0 ms; TCD: stop/0 ms    :
  303. : Backoff Level 0 SRTT 0 ms Mean dev 0 ms               :
  304. :.......................................................:
  305.  
  306.  
  307. _________________________________________________________________
  308. netrom timertype [linear|exponential]
  309. _________________________________________________________________
  310. Display or set the NET/ROM timer backoff mode.  Linear backoff
  311. isrecommended for amateur radio work.
  312.  
  313. >> Example:  netrom timertype linear
  314.  
  315.  
  316. _________________________________________________________________
  317. netrom ttl [<hops>]                                   Default: 10
  318. _________________________________________________________________
  319. Display or set the NET/ROM Time-to-Live.  This is the maximum
  320. number of hops a packet can take before it is thrown away.  This
  321. prevents packets from circulating for ever in an endless loop.
  322.  
  323. >> Example:  netrom ttl 15
  324.  
  325.  
  326. _________________________________________________________________
  327. netrom user [<username>]                     Default: ax25 mycall
  328. _________________________________________________________________
  329. Display or set your NET/ROM user name.
  330.  
  331. >> Example:  netrom user NS9JIM-5
  332.  
  333.  
  334. _________________________________________________________________
  335. netrom verbose [on|off]                              Default: off
  336. _________________________________________________________________
  337. Display or set the NET/ROM "verbose" mode.  When set to 'on', the
  338. node will act as a normal NET/ROM switch, broadcasting its
  339. routing table in the normal NET/ROM manner.
  340.  
  341. >>  Example:  netrom verbose on
  342.  
  343.  
  344. _________________________________________________________________
  345. netrom window [<frames>]                               Default: 4
  346. _________________________________________________________________
  347. Display or set the maximum NET/ROM window size.  This is the
  348. largest negotiable send and receive window.
  349.  
  350. >> Example:  netrom window 4
  351.